home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / iftp21 / EXAMPLES.ZIP / EXAM6.FTP < prev    next >
Text File  |  1997-07-11  |  551b  |  18 lines

  1. :---------------------------------------------------------------------
  2. : exam5.ftp
  3. : iFTP example script, using the HALT command to set an batch file
  4. : errorlevel.  See exam6.bat
  5. :---------------------------------------------------------------------
  6.  
  7.   Log Forcing Dial Error with bad RAS entryname, username and password...
  8.   dial XXXXXX XXXXXX XXXXXX
  9.   if not success goto error
  10.  
  11.   Log Successful dial!
  12.   hangup
  13.  
  14. :----------------------------------------------------------------------
  15. LABEL error
  16.   WriteError "Dial Error"
  17.   halt 2
  18.